home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update18.zoo / gcc / diff2 < prev    next >
Encoding:
Text File  |  1992-03-17  |  795 b   |  20 lines

  1. *** unroll.c.orig    Tue Mar 17 14:45:45 1992
  2. --- unroll.c    Tue Mar 17 14:46:30 1992
  3. ***************
  4. *** 1248,1254 ****
  5.     /* Fail for floating point values, since the caller of this function
  6.        does not have code to deal with them.  */
  7.     if (GET_MODE_CLASS (GET_MODE (loop_final_value)) == MODE_FLOAT
  8. !       || GET_MODE_CLASS (GET_MODE (loop_initial_value) == MODE_FLOAT))
  9.       {
  10.         if (loop_dump_stream)
  11.       fprintf (loop_dump_stream,
  12. --- 1248,1254 ----
  13.     /* Fail for floating point values, since the caller of this function
  14.        does not have code to deal with them.  */
  15.     if (GET_MODE_CLASS (GET_MODE (loop_final_value)) == MODE_FLOAT
  16. !       || GET_MODE_CLASS (GET_MODE (loop_initial_value)) == MODE_FLOAT)
  17.       {
  18.         if (loop_dump_stream)
  19.       fprintf (loop_dump_stream,
  20.